Apache not using the right SSL certificate [on hold]

Posted by user2420318 on Server Fault See other posts from Server Fault or by user2420318
Published on 2014-06-06T23:50:41Z Indexed on 2014/06/07 3:30 UTC
Read the original article Hit count: 342

Filed under:
|
|
|

In my apache2 setup, I have one VirtualHost for my main site, and another for a static content site, like downloads, css, etc. I have ssl certificates for both, and the static content one is under a subdomain of the main site. I have configured the four virtualhosts altogether, as both sites need SSL ones as well. When I only had 1 SSL site, everything was OK, but now with the second, the first site uses the second site's certificate, even though it is told specifically to use its own in the VirtualHost section. I honestly have no idea why apache would do this. Any ideas? I have a feeling there may be some default/global setting or something that are set for some odd reason. I am using different IPs for the Virtual hosts.

© Server Fault or respective owner

Related posts about apache-2.2

Related posts about ssl